home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Monstr2b.dfm / Monstr2b.txt
Text File  |  1999-01-29  |  2KB  |  100 lines

  1. object Form1: TForm1
  2.   Left = 236
  3.   Top = 111
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'MonsterShow'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 123
  17.     Top = 32
  18.     Width = 180
  19.     Height = 30
  20.     AutoSize = False
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -17
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 123
  30.     Top = 72
  31.     Width = 180
  32.     Height = 30
  33.     AutoSize = False
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -17
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 123
  43.     Top = 112
  44.     Width = 180
  45.     Height = 30
  46.     AutoSize = False
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -17
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Button1: TButton
  55.     Left = 153
  56.     Top = 168
  57.     Width = 120
  58.     Height = 40
  59.     Caption = 'Monster'
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -17
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 0
  67.     OnClick = Button1Click
  68.   end
  69.   object Button2: TButton
  70.     Left = 17
  71.     Top = 208
  72.     Width = 120
  73.     Height = 40
  74.     Caption = 'GMonster'
  75.     Font.Charset = ANSI_CHARSET
  76.     Font.Color = clBlack
  77.     Font.Height = -17
  78.     Font.Name = 'Arial'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 1
  82.     OnClick = Button2Click
  83.   end
  84.   object Button3: TButton
  85.     Left = 289
  86.     Top = 208
  87.     Width = 120
  88.     Height = 40
  89.     Caption = 'SMonster'
  90.     Font.Charset = ANSI_CHARSET
  91.     Font.Color = clBlack
  92.     Font.Height = -17
  93.     Font.Name = 'Arial'
  94.     Font.Style = []
  95.     ParentFont = False
  96.     TabOrder = 2
  97.     OnClick = Button3Click
  98.   end
  99. end
  100.